home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TFATSELECTDIALOG / TFATSELECTDIALOG.txt
Text File  |  2002-06-30  |  2KB  |  87 lines

  1. object FATSelectDialog: TFATSelectDialog
  2.   Tag = 500
  3.   Left = 383
  4.   Top = 297
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select FAT'
  7.   ClientHeight = 166
  8.   ClientWidth = 302
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label4: TLabel
  20.     Tag = 501
  21.     Left = 11
  22.     Top = 16
  23.     Width = 190
  24.     Height = 29
  25.     AutoSize = False
  26.     Caption = 
  27.       'The data to be read is determined via corresponding clusters fro' +
  28.       'm:'
  29.     WordWrap = True
  30.   end
  31.   object Label5: TLabel
  32.     Tag = 502
  33.     Left = 8
  34.     Top = 117
  35.     Width = 284
  36.     Height = 44
  37.     Caption = 
  38.       'Note: Select '#39'no FAT'#39' if data has been deleted or drive has been' +
  39.       ' quick-formatted!'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clGreen
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object ComboBoxFAT: TComboBox
  49.     Left = 11
  50.     Top = 44
  51.     Width = 194
  52.     Height = 21
  53.     ItemHeight = 13
  54.     TabOrder = 0
  55.   end
  56.   object Panel1: TPanel
  57.     Left = -3
  58.     Top = 106
  59.     Width = 305
  60.     Height = 2
  61.     BevelOuter = bvLowered
  62.     TabOrder = 1
  63.   end
  64.   object Button1: TButton
  65.     Tag = 503
  66.     Left = 216
  67.     Top = 14
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 2
  74.   end
  75.   object Button2: TButton
  76.     Tag = 504
  77.     Left = 216
  78.     Top = 44
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 3
  85.   end
  86. end
  87.